home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 February (DVD) / PCWorld_2008-02_DVD.iso / v cisle / PHP / PHP.exe / xampp-win32-1.6.5-installer.exe / htdocs / xampp / mercury-help.php < prev    next >
Encoding:
PHP Script  |  2007-12-20  |  887 b   |  31 lines

  1. <?php
  2.     include "langsettings.php";
  3. ?>
  4. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
  5.     "http://www.w3.org/TR/html4/loose.dtd">
  6. <html>
  7.     <head>
  8.         <meta name="author" content="Kai Oswald Seidler, Kay Vogelgesang, Carsten Wiedmann">
  9.         <link href="xampp.css" rel="stylesheet" type="text/css">
  10.         <title></title>
  11.     </head>
  12.  
  13.     <body>
  14.          <p>
  15.         <h1><?php echo $TEXT['mail-head']; ?></h1>
  16.         <table width="600" cellpadding="0" cellspacing="0" border="0">
  17.             <tr>
  18.                 <td align="left" width="600">
  19.                     <?php echo $TEXT['mail-help1']; ?>
  20.                     <?php echo $TEXT['mail-help2']; ?>
  21.                     <?php echo $TEXT['mail-url']; ?>
  22.                      <p>
  23.                     <img src="img/mercury1.gif" width="467" height="436" border="0" alt="">
  24.                     <br> <br>
  25.                     <img src="img/mercury2.gif" width="565" height="488" border="0" alt="">
  26.                 </td>
  27.             </tr>
  28.         </table>
  29.     </body>
  30. </html>
  31.